lcBlockAddPoint2 Home

Adds a new Point object (without point style) into a block.

 HANDLE lcBlockAddPoint2 (
   HANDLE hBlock,
   double X,
   double Y,
   int PtMode,
   double PtSize
 );

Parameters
hBlock
  Handle to a block.
X Y
  Coordinates of the point.
PtMode
  Point mode
PtSize
  Point size.

Value Point size
0 5 percent of the design window height
> 0 Absolute size (drawing units)
< 0 A percentage of the design window height


Return Value

  Handle to created Point object or NULL if the function fails.

Remarks

  LC_PROP_POINT_STYLE property of this point will return NULL.

See Also

  lcBlockAddPoint